home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 1999 August / MaxiMac 93.iso / AOL CD / AOL CD.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1999-02-16  |  249 b   |  14 lines

  1. on mouseUp
  2.   puppetSound("click")
  3.   startTimer()
  4.   puppetSprite(21, 1)
  5.   set the castNum of sprite 21 to 193
  6.   updateStage()
  7.   repeat while the timer < 15
  8.     nothing()
  9.   end repeat
  10.   set the castNum of sprite 21 to 191
  11.   updateStage()
  12.   quit()
  13. end
  14.